home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-05 | 2.0 KB | 60 lines |
- #
- # $RCSfile: Makefile,v $
- # $Revision: 1.1.1.1 $ $Date: 1996/05/04 21:55:36 $
- #
- MODULE = cl
- LOCAL_FLAGS=
-
- #
- # Object Files
- #
- FILESO = cl_CreateFile.o cl_LastPhysicalPage.o\
- cl_FileNumPages.o cl_FirstPhysicalPage.o\
- cl_NeighborPage.o cl_FirstLogicalPage.o cl_MarkPage.o\
- cl_LockPage.o cl_LockFile.o cl_DestroyFile.o\
- space.o cl_ReadPage.o cl_WritePage.o cl_AllocPages.o \
- cl_CheckBitmap.o cl_GetUnique.o cl_SetRootEntry.o \
- cl_GetRootEntry.o cl_DeallocPages.o cl_WriteLogPage.o\
- cl_TestNullRpc.o cl_TestPageRpc.o cl_InitClient.o \
- cl_UnlockPage.o cl_UnlockFile.o cl_QueryPage.o \
- cl_SetAnchor.o cl_SetCLR.o cl_LastLogicalPage.o \
- cl_ExternalBegin.o \
- cl_ExternalCommit.o cl_ExternalAbort.o cl_MountVolume.o \
- cl_CloseResource.o \
- cl_TakeCheckpoint.o cl_ChangeCheckpointFreq.o \
- cl_Statistics.o cl_ClientLogOff.o cl_Rusage.o cl_MonDump.o \
- cl_TestPageSend.o cl_SyncTransaction.o cl_ShutServer.o \
- cl_ExternalActions.o cl_ExternalDist2PC.o cl_DismountVolume.o
-
-
- # cl_StatVolume.o - not used
- # cl_FormatVolume.o - not used
- #
- # Source Files
- #
- FILESC = cl_CreateFile.c cl_LastPhysicalPage.c\
- cl_FileNumPages.c cl_FirstPhysicalPage.c\
- cl_NeighborPage.c cl_FirstLogicalPage.c cl_MarkPage.c\
- cl_LockPage.c cl_LockFile.c cl_DestroyFile.c\
- space.c cl_ReadPage.c cl_WritePage.c cl_AllocPages.c \
- cl_CheckBitmap.c cl_GetUnique.c cl_SetRootEntry.c \
- cl_GetRootEntry.c cl_DeallocPages.c cl_WriteLogPage.c\
- cl_TestNullRpc.c cl_TestPageRpc.c cl_InitClient.c \
- cl_UnlockPage.c cl_UnlockFile.c cl_QueryPage.c \
- cl_SetAnchor.c cl_SetCLR.c cl_LastLogicalPage.c \
- cl_ExternalBegin.c \
- cl_ExternalCommit.C cl_ExternalAbort.C cl_MountVolume.c \
- cl_CloseResource.c \
- cl_TakeCheckpoint.c cl_ChangeCheckpointFreq.c \
- cl_Statistics.c cl_ClientLogOff.c cl_Rusage.c cl_MonDump.c \
- cl_TestPageSend.c cl_SyncTransaction.c cl_ShutServer.c \
- cl_ExternalActions.c cl_ExternalDist2PC.c cl_DismountVolume.c
-
-
-
-
- include ../makefile.subdir
-
- include makefile.depend
-
-